Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional podRepoUpdate flag in iosConfig #1902

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

rthic23
Copy link
Contributor

@rthic23 rthic23 commented Oct 5, 2023

Add optional podRepoUpdate flag in iosConfig

  • Can be used to update the pod specs when running pod install in container generation. Flag is by default disabled and can be enabled in cauldron below.
    This flag was made to use in regen-container command - it generates the container with updating the pod specs during pod install and updates the cauldron with new version and yarnlocks.
{
  "containerGenerator": {
    "iosConfig": {
      "podRepoUpdate": true
    }
  }
}

or can be using in extra argument in create-container command
--extra '{"iosConfig": {"deploymentTarget": "11.0", "podRepoUpdate": true}}'

Copy link
Member

@friederbluemle friederbluemle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Karthiccc23 👍

Copy link
Member

@leekuo leekuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rthic23 rthic23 merged commit d9363a3 into electrode-io:master Oct 6, 2023
@rthic23 rthic23 deleted the add-pod-update branch October 6, 2023 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants